home *** CD-ROM | disk | FTP | other *** search
- ' Definitions and default options.
- ' Note that 'showroot' is the only
- ' hard-coded path that must not change.
- ' 'presroot' is where pp is installed.
- ' 'mediaroot' will point to something
- ' reasonable like d:\XXX, but can be
- ' changed by user.
- '
- define {
- showroot : C:\SHOSCRPT
- mediaroot : D:\PPMEDIA
- favorites : (presroot)\FAVORITE
- tmp : (presroot)\TMP
- tmp1 : (tmp)\TMP1
- tmp2 : (tmp)\TMP2
- develop : (presroot)\DEVELOP
- helpfiles : (presroot)\HELP
- disabled_button : (presroot)\RESOURCE\DISABLE.BMP
- assemble_button : (presroot)\RESOURCE\ASS4.BMP
- midisoft_logo : (presroot)\RESOURCE\MIDISOFT.BMP
- credits : (presroot)\RESOURCE\CREDITS.TXT
- pal_image : (presroot)\RESOURCE\PAL.BMP
- bogus_image : (presroot)\RESOURCE\BOGUS.BMP
- scroll_image : (presroot)\RESOURCE\SCROLL.BMP
- nscroll_image : (presroot)\RESOURCE\NSCROLL.BMP
- compress : (presroot)\RESOURCE\COMPRESS.EXE
- setup : (presroot)\RESOURCE\SETUP.EXE
- reduce_depth : 8
- preview_text_color : &H000080
- prespart_help : (helpfiles)\PRESPART.HLP
- assist_help : (helpfiles)\SSA.HLP
- prefsfile : (presroot)\PREFS.TXT
- ssdata : (presroot)\resource\SSDATA.DAT
- current_app : SST
- sshelp_exe : (presroot)\assist.exe
- last_assembled : (presroot)\status.txt
- wave_editor : C:\AUDIOSIM\AUDIOSIM.EXE
- midi_editor : C:\MUSMAGIC\MUSMAGIC.EXE
- format_conversion : (presroot)\RESOURCE\CONVERT.EXE
- midi_silence : 0
- midi_silence_SST : 3
- midi_silence_PRE : 3
- fix_fullscreen_graphics : true
- fix_fullscreen_graphics_PPT : 960x720
- adjust_volume_seconds : 3
- adjust_volume_percent : 65
- remember_last_assembled : true
- media_list_label_ACT : "Video List:"
- kill_existing_assistants : true
- continuous_preview : true
- enable_all : false
- show_dimensions : true
- fit_to_window : true
- .wav : .wco
- .bmp : .bco
- .mid : .mco
- .avi : .aco
- .flc : .fco
- }
-
-
- applications {
- "Ask Me SST" : SST : (presroot)\RESOURCE\SST.ICO
- "Microsoft PowerPoint" : PPT : (presroot)\RESOURCE\PWRPNT.ICO
- "Lotus Freelance" : PRE : (presroot)\RESOURCE\FREELANC.ICO
- "Macromedia Action!" : ACT : (presroot)\RESOURCE\ACTION.ICO
- "Harvard Graphics" : PRS : (presroot)\RESOURCE\HARVARD.ICO
- }
-
- presentation_type {
- "New Product" : NP : PRODUCT
- "Annual Report" : AR : ANNUAL
- "Employee Handbook" : NE : EMPLOYEE
- "Step By Step Training" : ST : TRAINING
- "Project Review" : PR : REVIEW
- "Proposal" : PL : PROPOSAL
- "Corporate Overview" : CO : OVERVIEW
- "Multimedia Resume" : MR : RESUME
- "Wedding Album" : WD : WEDDING
- "Baby Book" : BB : BABYBOOK
- "Happy Holidays" : HO : HOLIDAYS
- "Science Fair" : SI : SCIENCE
- }
-
- look_and_feel {
- "Traditional" : TR : (presroot)\RESOURCE\N1.BMP
- "Modern" : MD : (presroot)\RESOURCE\N2.BMP
- "Fun" : AH : (presroot)\RESOURCE\N3.BMP
- }
-
- color_palette {
- "Primary Brights" : PB : "bogus"
- }
-
- ' The text is what I display in the combobox, and then
- ' if selected I call winhelp with a keyword search on the
- ' keyword. Note that the list of keywords is something
- ' that the help file defines, i.e. this isn't a text search.
- ' Now a different list for each app
-
- help_keywords : PPT {
- "Help Index" : "Help Index"
- "Customizing Your Presentation" : "Customizing Your Presentation"
- "Wave and Midi Files" : "Wave and MIDI Files"
- "Animations, Video, and Pictures" : "Animations, Video, and Pictures"
- "Expert Tricks and Tips" : "Expert Tricks and Tips"
-
- }
- help_keywords : SST {
- "Help Index" : "Help Index"
- "Customizing Your Presentation" : "Customizing Your Presentation"
- "Wave and Midi Files" : "Wave and MIDI Files"
- "Animations, Video, and Pictures" : "Animations, Video, and Pictures"
- "Expert Tricks and Tips" : "Expert Tricks and Tips"
-
- }
- help_keywords : PRE {
- "Help Index" : "Help Index"
- "Customizing Your Presentation" : "Customizing Your Presentation"
- "Wave and Midi Files" : "Wave and MIDI Files"
- "Animations, Video, and Pictures" : "Animations, Video, and Pictures"
- "Expert Tricks and Tips" : "Expert Tricks and Tips"
-
- }
- help_keywords : ACT {
- "Help Index" : "Help Index"
- "Customizing Your Presentation" : "Customizing Your Presentation"
- "Wave and Midi Files" : "Wave and MIDI Files"
- "Animations, Video, and Pictures" : "Animations, Video, and Pictures"
- "Expert Tricks and Tips" : "Expert Tricks and Tips"
-
- }
- help_keywords : PRS {
- "Help Index" : "Help Index"
- "Customizing Your Presentation" : "Customizing Your Presentation"
- "Wave and Midi Files" : "Wave and MIDI Files"
- "Animations, Video, and Pictures" : "Animations, Video, and Pictures"
- "Expert Tricks and Tips" : "Expert Tricks and Tips"
-
- }
-
-